home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1993 November / JCSM Shareware Collection - 1993-11.iso / cl720 / psk130.lzh / PSK.H < prev    next >
C/C++ Source or Header  |  1993-01-09  |  240b  |  21 lines

  1. /*
  2.     psk.H
  3.  
  4.     PSK Identification Header File
  5.  
  6.     Copyright (C) 1992, Geoff Friesen B.Sc.
  7.     All rights reserved.
  8.  
  9.     Borland C++ 3.1
  10. */
  11.  
  12. #ifdef __cplusplus
  13. extern "C"
  14. {
  15. #endif
  16.  
  17. int PSKVersion (void);
  18.  
  19. #ifdef __cplusplus
  20. }
  21. #endif